home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
pdflib
/
bindings
/
cgi
/
clock.cgi
Wrap
Text File
|
1999-09-16
|
119b
|
11 lines
#!/bin/sh
TMP=/var/tmp/clock.$$.pdf
echo Content-type: application/pdf
echo
pdfclock -o $TMP
cat $TMP
rm $TMP
exit 0